<Code Lib>
M

AreaLoad.Create(Document, IList<CurveLoop>, XYZ, AreaLoadType)

Description:
Creates a new non-hosted area load within the project.

public static AreaLoad Create(
	Document aDoc,
	IList<CurveLoop> loops,
	XYZ forceVector,
	AreaLoadType symbol
)

Return Value nullNothingnullptr If successful, returns an object of the newly created AreaLoad. null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned if the operation fails.

Loading…